home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / you-075a.lha / you-075a / weak.h < prev    next >
Text File  |  1992-06-18  |  171b  |  11 lines

  1. /* 
  2.   * Header for weak ptr stuff 
  3.   * defined in others.c
  4.  */
  5.  
  6. #define weak_ptr_chain(o)    (slotref(o,1))
  7. #define weak_ptr_val(o)        (slotref(o,0))
  8.  
  9. #define WEAK_PTR_SIZE 2
  10.  
  11.